home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Utilities / Random / Commodore 64c / SOURCE / Keyboard.h < prev    next >
Text File  |  1994-03-11  |  204b  |  13 lines

  1. #ifndef KEYBOARD_H
  2. #define KEYBOARD_H
  3.  
  4. #include "ProcessorTypes.h"
  5.  
  6. extern byte keyScan[8];
  7. extern byte scanCode[256];
  8.  
  9. void SetupScanCodes(void);
  10. void AppleScanKeyboard(byte chr, int modifiers);
  11.  
  12. #endif
  13.